home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / ws_tetri.swf / scripts / DefineSprite_140 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-21  |  206 b   |  10 lines

  1. this.b_ws.onPress = function()
  2. {
  3.    getUrl("http://www.websector.de/", "_blank");
  4. };
  5. this.b_wsTetris.onPress = function()
  6. {
  7.    getUrl("http://www.websector.de/games/tetris/", "_blank");
  8. };
  9. stop();
  10.